home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Into His Marvelous Light
/
Into His Marvelous LIGHT.iso
/
ending.dxr
/
00220_Script_Go Next Button
< prev
next >
Wrap
Text File
|
2001-09-06
|
641b
|
32 lines
-- DESCRIPTION --
on getBehaviorDescription me
return "¼
GO NEXT BUTTON"&RETURN&RETURN&"¼
Moves the playback head to the next marker ¼
when the user clicks on the sprite."&RETURN&RETURN&"¼
PERMITTED MEMBER TYPES:"&RETURN&"Graphic members"&RETURN&RETURN&"¼
PARAMETERS: None"
end getBehaviorDescription
on getBehaviorTooltip me
return "¼
Use with graphic members."&RETURN&RETURN&"¼
Moves the playback head to"&RETURN&"¼
the next marker on mouseUp."
end getBehaviorTooltip
-- HISTORY --
-- 3 November 1998, written for the D7 Behaviors Palette by James Newton
on mouseUp me
go #next
end mouseUp